curl --request GET \
--url https://api.topsort.com/public/v1/assets/collection/{collection-id}
{
"description": "<string>",
"id": "<string>",
"name": "<string>"
}
Retrieves a collection.
curl --request GET \
--url https://api.topsort.com/public/v1/assets/collection/{collection-id}
{
"description": "<string>",
"id": "<string>",
"name": "<string>"
}
Collection ID.
Successful Response
The response is of type object
.